home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / rxmiamibpf.lha / rxmiamibpf / examples.doc < prev   
Encoding:
Text File  |  1998-10-22  |  670 b   |  24 lines

  1.  
  2. Examples Doc:
  3.  
  4. The examples are:
  5.  
  6. - netdump.rexx
  7. - bomon.rexx
  8.  
  9. NetDump
  10. It is a very simple packet dump (was too lazy to write a cute packet parser).
  11. It's job is the same of miamitcpdump.
  12. Template: DEVICE,FILTER/M
  13. DEVICE: the device to listen to ("suitable one" if none)
  14. FILTER: list of filter ala miamitcpdump:
  15. - the firts is a general filter for the packets
  16. - the other are filter created and applied on every packet
  17.   if a packet matches the filter, the number of the filter is
  18.   written at the beginning of th4e output string
  19.  
  20. BoMon
  21. Hehe so many fool lamer always doing sweep for in BackOrifice.
  22. This macro just filters udp connection on port 31337 and
  23. SysLog() it.
  24.